Uses of Interface
org.eclipse.vtp.framework.interactions.core.platforms.IDocument

Packages that use IDocument
org.eclipse.vtp.framework.engine.http   
org.eclipse.vtp.framework.interactions.core.platforms   
org.eclipse.vtp.framework.interactions.core.support   
org.eclipse.vtp.framework.interactions.voice.services   
org.eclipse.vtp.framework.interactions.voice.vxml   
 

Uses of IDocument in org.eclipse.vtp.framework.engine.http
 

Classes in org.eclipse.vtp.framework.engine.http that implement IDocument
 class ControllerDocument
          ControllerDocument.
 

Methods in org.eclipse.vtp.framework.engine.http that return IDocument
 IDocument DeploymentSession.abort(javax.servlet.http.HttpSession httpSession, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpReesponse, java.lang.String prefix, java.util.Map variableValues, java.util.Map parameterValues)
          Aborts this session.
 IDocument Deployment.abort(javax.servlet.http.HttpSession httpSession, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpReesponse, java.lang.String prefix, java.util.Map variableValues, java.util.Map parameterValues)
          Aborts the supplied session.
 IDocument DeploymentExecution.doAbort()
          Generates the abort document and ends the interaction.
 IDocument DeploymentExecution.doNext()
          Generates the next document in the interaction.
 IDocument DeploymentSession.next(javax.servlet.http.HttpSession httpSession, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpReesponse, java.lang.String prefix, java.util.Map variableValues, java.util.Map parameterValues)
          Preforms the next step in this session.
 IDocument Deployment.next(javax.servlet.http.HttpSession httpSession, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpReesponse, java.lang.String prefix, java.util.Map variableValues, java.util.Map parameterValues)
          Preforms the next step in the supplied session.
 IDocument DeploymentSession.start(javax.servlet.http.HttpSession httpSession, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpReesponse, java.lang.String prefix, java.util.Map variableValues, java.util.Map parameterValues, java.lang.String brand)
          Preforms the first step in this session.
 IDocument Deployment.start(javax.servlet.http.HttpSession httpSession, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpReesponse, java.lang.String prefix, java.util.Map variableValues, java.util.Map parameterValues, java.lang.String brand)
          Preforms the first step in the supplied session.
 

Uses of IDocument in org.eclipse.vtp.framework.interactions.core.platforms
 

Methods in org.eclipse.vtp.framework.interactions.core.platforms that return IDocument
 IDocument IPlatform.createDocument(ILinkFactory links, IRenderingQueue renderingQueue)
           
 

Uses of IDocument in org.eclipse.vtp.framework.interactions.core.support
 

Classes in org.eclipse.vtp.framework.interactions.core.support that implement IDocument
 class RawDocument
          An output document backed by an in-memory XML stream.
 class WidgetDocument
          Base document type for component-style structures.
 

Methods in org.eclipse.vtp.framework.interactions.core.support that return IDocument
 IDocument AbstractPlatform.createDocument(ILinkFactory links, IRenderingQueue renderingQueue)
           
protected  IDocument AbstractPlatform.renderBridgeMessage(ILinkFactory links, BridgeMessageCommand bridgeMessageCommand)
          Renders a bridge message to the user.
protected  IDocument AbstractPlatform.renderDataRequest(ILinkFactory links, DataRequestCommand dataRequestCommand)
          Renders a data request to the user.
protected  IDocument AbstractPlatform.renderEndMessage(ILinkFactory links, EndMessageCommand endMessageCommand)
          Renders an end message to the user.
protected  IDocument AbstractPlatform.renderExternalReference(ILinkFactory links, ExternalReferenceCommand externalReferenceCommand)
          Renders an external reference to the user.
protected  IDocument AbstractPlatform.renderFinalDocument(ILinkFactory links, FinalCommand finalCommand)
          Renders the final document to the user.
protected  IDocument AbstractPlatform.renderInitialDocument(ILinkFactory links, InitialCommand initialCommand)
          Renders the initial document to the user.
protected  IDocument AbstractPlatform.renderInputRequest(ILinkFactory links, InputRequestCommand inputRequestCommand)
          Renders an input request to the user.
protected  IDocument AbstractPlatform.renderMetaDataMessage(ILinkFactory links, MetaDataMessageCommand metaDataMessageCommand)
          Renders a meta-data message to the user.
protected  IDocument AbstractPlatform.renderMetaDataRequest(ILinkFactory links, MetaDataRequestCommand metaDataMessageRequest)
          Renders a meta-data request to the user.
protected  IDocument AbstractPlatform.renderOutputMessage(ILinkFactory links, OutputMessageCommand outputMessageCommand)
          Renders an output message to the user.
protected  IDocument AbstractPlatform.renderSelectionRequest(ILinkFactory links, SelectionRequestCommand selectionRequestCommand)
          Renders a selection request to the user.
protected  IDocument AbstractPlatform.renderTransferMessage(ILinkFactory links, TransferMessageCommand transferMessageCommand)
          Renders a transfer message to the user.
 

Uses of IDocument in org.eclipse.vtp.framework.interactions.voice.services
 

Methods in org.eclipse.vtp.framework.interactions.voice.services that return IDocument
protected  IDocument VoicePlatform.renderBridgeMessage(ILinkFactory links, BridgeMessageCommand bridgeMessageCommand)
           
protected  IDocument VoicePlatform.renderDataRequest(ILinkFactory links, DataRequestCommand dataRequestCommand)
           
protected  IDocument VoicePlatform.renderEndMessage(ILinkFactory links, EndMessageCommand endMessageCommand)
           
protected  IDocument VoicePlatform.renderExternalReference(ILinkFactory links, ExternalReferenceCommand externalReferenceCommand)
           
protected  IDocument VoicePlatform.renderFinalDocument(ILinkFactory links, FinalCommand finalCommand)
           
protected  IDocument VoicePlatform.renderInitialDocument(ILinkFactory links, InitialCommand initialCommand)
           
protected  IDocument VoicePlatform.renderInputRequest(ILinkFactory links, InputRequestCommand inputRequestCommand)
           
protected  IDocument VoicePlatform.renderOutputMessage(ILinkFactory links, OutputMessageCommand outputMessageCommand)
           
protected  IDocument VoicePlatform.renderSelectionRequest(ILinkFactory links, SelectionRequestCommand selectionRequestCommand)
           
protected  IDocument VoicePlatform.renderTransferMessage(ILinkFactory links, TransferMessageCommand transferMessageCommand)
           
 

Uses of IDocument in org.eclipse.vtp.framework.interactions.voice.vxml
 

Classes in org.eclipse.vtp.framework.interactions.voice.vxml that implement IDocument
 class VXMLDocument
          Document type for VXML widgets.